ComponentOne Bitmap for WPF
ProcessAnalysisResults<T>(T) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > AnalysisTransform Class > ProcessAnalysisResults Method : ProcessAnalysisResults<T>(T) Method

The data that the transform will analyze.

Supplies the analysis data to an analysis transform.
Syntax
'Declaration
 
Public Overloads Sub ProcessAnalysisResults(Of T As {New, Struct})( _
   ByVal analysisData As T _
) 
public void ProcessAnalysisResults<T>( 
   T analysisData
)
where T: new(), struct

Parameters

analysisData

The data that the transform will analyze.

Type Parameters

T
Remarks
The output of the transform will be copied to CPU-accessible memory by the imaging effects system before being passed to the implementation.If this call fails, the corresponding Effect instance is placed into an error state and fails to draw.
See Also

Reference

AnalysisTransform Class
AnalysisTransform Members
Overload List